Skip to main content
TrustRadius
Selenium

Selenium

Overview

What is Selenium?

Selenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications.

Read more
Recent Reviews

TrustRadius Insights

Selenium has gained popularity among users as it offers a versatile solution for automation testing. Many users have found success in …
Continue reading

Advantages of Using Selenium

10 out of 10
January 16, 2022
We use Selenium for running our end-to-end UI test cases on their grid. The Selenium grid addresses the biggest problem [of] managing [an] …
Continue reading

Selenium

10 out of 10
January 08, 2022
Incentivized
Selenium is a very useful tool for automating any web application. It provides the browser interface for accessing any browser ex: chrome …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Return to navigation

Pricing

View all pricing
N/A
Unavailable

What is Selenium?

Selenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications.

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

149 people also want pricing

Alternatives Pricing

What is Tricentis Test Automation for Salesforce?

Tricentis Test Automation for Salesforce supports test creation and execution for users of all skill levels to improve the quality of upgrades, applications, and customizations. Using its recorder or test builder, teams can create and manage test cases, regardless of the environment or the user's…

What is AutomationHQ?

AutomationHQ™ (AHQ) is a complete TAAS (Test Automation As Service) solution. Its NLP driven, cloud-based No-Code test automation platform is presented as ideal for agile delivery team. Any one in agile team can develop In-Sprint test automation in plain English with AHQ. User can create virtual…

Return to navigation

Product Demos

Selenium Grid Tutorial For Beginners (Step By Step) With Demo in 5 min | Day 29

YouTube

Selenium Webdriver Live Training | Day 01 demo | Selenium IDE and Automation Basics

YouTube

Implicit, Explicit, & Fluent Wait in Selenium(Step by Step Explained with Demo) - Day 5

YouTube

SELENIUM TRAINING TUTORIAL - DATABASE TESTING TUTORIAL 1 | FREE SELENIUM TUTORIAL DEMO ONLINE

YouTube

Selenium Simple Test Quick Demo

YouTube

Selenium Demo - Part - 3||manual testing and selenium introduction

YouTube
Return to navigation

Product Details

Selenium Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo

Frequently Asked Questions

Selenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications.

Reviewers rate Implementation Rating highest, with a score of 9.

The most common users of Selenium are from Mid-sized Companies (51-1,000 employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(272)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Selenium has gained popularity among users as it offers a versatile solution for automation testing. Many users have found success in using Selenium for functional/UI data-driven automation testing frameworks, particularly when paired with Selenium WebDriver Java and TestNG. The platform independence and cost-saving benefits have made it a popular choice across organizations, effectively automating projects and managing test data. Additionally, Selenium's large community and support for multiple languages have been key factors in its adoption for automation testing. For example, Huawei successfully replaced paid legacy automation tools with Selenium to automate an internal website. Integrating Selenium with REST has also proven to be effective in automating a significant number of test cases for various applications, ensuring quality and efficiency. Users have reported that Selenium helps address the problem of frequent manual regression test runs, reducing checking cycle time, and increasing release frequency. Furthermore, Selenium coupled with Watir WebDriver enables seamless browser driving, enhancing code quality and capturing code regressions. Python 3 users on Linux machines have praised Selenium for providing a smooth experience for web automation. Additionally, users have utilized Selenium for data scraping, simplifying the extraction of data from websites. These examples highlight how customers rely on Selenium as a core framework to execute test scripts efficiently and reliably. The open-source nature of Selenium, wide community support, integrations, documentation accessibility, and availability of skilled professionals make it an attractive option for organizations looking to automate testing processes seamlessly. With its ability to function as a tool for both UI testing and backend Rest services automation, Selenium provides good coverage of regression test cases while reducing time and effort needed for testing. It is widely used by QA departments across organizations to develop customized automation frameworks and reduce the testing time cycle. From maximizing time on stability and functionality to automating monotonous tasks like content and grammar checks in marketing companies, Selenium has proven to be valuable in a variety of use cases like GUI regression testing in the quality assurance department and automating web-based products. While Selenium does have limitations in detecting certain elements, users have found workarounds for these issues. Overall, Selenium has proven to be a valuable tool for web application testing, providing a versatile and essential solution for automation needs.

Efficiency for Automating Tasks: Many users have found Selenium highly efficient and beneficial for automating mundane tasks, such as form-filling and data scraping. Several reviewers have mentioned that the software has saved them significant time and effort by automating repetitive tasks.

Improves Quality Assurance: Multiple users appreciate how Selenium improves Quality Assurance processes by eliminating the need for manual testing, thereby reducing errors and costs. Some reviewers believe that Selenium's automated testing capabilities enhance the accuracy and reliability of their tests.

Supports Multiple Programming Languages: The support for multiple programming languages in Selenium is frequently praised by users. Many reviewers mention that this feature allows them to work with their preferred programming language, making it easier to integrate Selenium into their existing development workflows.

Difficult to use without multiple monitors: Some users have found it challenging to utilize Selenium effectively without multiple monitors. This is because it requires additional screens for testing with playback, making the setup and execution more complex.

Technical issues with browsers other than Firefox: Users have encountered technical difficulties when using Selenium with browsers other than Firefox. These issues can lead to problems during testing and may require workarounds or alternative solutions.

Lack of support for database and image testing: According to user feedback, Selenium lacks built-in support for database testing and image testing. This limitation restricts users from fully assessing these aspects of their applications and may require them to explore other tools or approaches.

Users commonly recommend several approaches to enhance test case creation and test suite implementation in Selenium. One common recommendation is to utilize a framework that supports a Data Driven or Input Driven approach for better results. Another suggestion is to ensure ease of understanding and use when working with Selenium. Finally, users advise implementing best practices for test automation, including thorough planning, well-organized test scripts, proper modularization, and effective error handling. Taking these recommendations into consideration can help improve the effectiveness and efficiency of using Selenium for testing purposes.

Attribute Ratings

Reviews

(1-25 of 39)
Companies can't remove reviews or game the system. Here's why
Score 9 out of 10
Vetted Review
Verified User
Incentivized
I use Selenium for automating browsers so I can test the UI after development. I basically write test cases covering the UI of the application I work on (Our organization requires developers to write unit tests). With the help of Selenium, I can run automated tests that run on a headless browser and monitor the backend responses as well. Whenever an issue occurs, it takes a screenshot (code written in that way). The main use of writing such test cases is that when we integrate more changes to the application, we can run the unit tests written using Selenium to make sure no part of the application breaks! This is how Selenium saves time in integration testing.
  • Automating a Browser (be it headless or not).
  • Wait for elements to load.
  • Inject Custom JS to the automated browser.
  • Selenium is a very powerful tool but when working with Java, the code needed is too big.
  • It is a little slow performance wise.
When you have to test the UI and how it behaves when certain actions are performed, you need something that can automate the browsers. This is where Selenium comes to the rescue. If you have to test APIs and not the frontend (UI), I would recommend going with other libraries that support HTTP Requests. Selenium is good only when you have no choice but to run the steps on a browser.
Score 10 out of 10
Vetted Review
Verified User
We use Selenium for running our end-to-end UI test cases on their grid. The Selenium grid addresses the biggest problem [of] managing [an] infrastructure for running tests seamlessly and in [a] very efficient way. The scope of our use case is to qualify the developer changes against the test data.
  • ease of infrastructure management by providing the test environment
  • provides varies types of platforms such as windows and linux
  • different types of browser availability
  • dynamic scalability of the infrastructure
  • utilisation of kubernetes for efficient resource usage
  • support for analytics for the previous test runs
Selenium is well suited for test case automation in two ways. The first way is by providing a framework for writing the test cases, qualifying the newly developed features by the developers. The second way is by [furnishing] the Selenium grid which is the infrastructure for running the automated test cases seamlessly. It is less appropriate in cases of running JUnit, [I believe].
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We used to use most aspects of Selenium (WebDriver and grid) when we had everything in-house, but we then outsourced the grid part to SauceLabs as they offered VMs and real devices. Selenium is the main "go-to" for all things front end in regards to testing. We use Selenium WebDriver to interact with our games via a desktop and mobile device browser where the main use case for us is to execute Javascript code. This is because our games hide behind a canvas object so would need hooks embedded within the games in order to interact with them. A typical use case would be to interact with HTML elements on a webpage. Executing Javascript through the webdriver is instantaneous. There is very little "travel" time for the requests and responses whereby even testing dynamic things like games is possible. It's not interacting with the games as a normal user would with tap/click events, but its the closest you're going to get without using image recognition software.
  • Easy interaction and manipulation of HTML elements.
  • Injection of Javascript code into any browser.
  • Easy to setup and scale Selenium Grid.
  • The ongoing maintenance of Selenium Grid (devices/browsers tend to go down here and there and would require a restart or fix).
  • Constant updates and name changes to the desired capabilities and no official documentation listing them and their constant changes.
Selenium is one of the few tools on the market that allows interaction with a browser that is open-source, so it would be really hard to fault/beat it. It's actually available to use in many languages (like Java, Javascript, Python, etc.), so it does cater to many out there. The use case is simple, but powerful, "to imitate a real user interacting with a webpage". This opens up so much in regards to Front end automation and will automate many of your test cases which you would normally manually perform, in a much slower and error-prone way. In addition, you could write scripts to act as tools, if say an API isn't exposed to you. For example, you could create scripts to register an account on a website with different randomised usernames each time. So not just limited to testing. The only downside is that Selenium could hit a scenario where it becomes stuck, then it will crash and require you to debug where it went wrong. But this is more down to the logic of the scripts rather than Selenium itself. You would need to know your product well to cater to these scenarios as Selenium won't handhold you to why things crash/fail.
January 08, 2022

Selenium

Score 10 out of 10
Vetted Review
Verified User
Incentivized
Selenium is a very useful tool for automating any web application. It provides the browser interface for accessing any browser ex: chrome driver. It is easy to implement with any language like Java, Python. Selenium provides many methods which are very useful for automation and also very easy to learn.
  • Web Automation.
  • Easy to implement with other languages.
  • Easy to use.
  • Unable to automate captcha using Selenium.
  • Can not automate windows application.
Automating any web application on a web browser like Chrome, Selenium makes it very easy to automate the web application. Selenium provides many inbuilt methods to use which make users attract. It is also very easy to learn and also it can implement well with many of the other languages.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
Selenium is used as part of our test automation suite, and really addresses the problem of quality automation in the software development lifecycle. As companies scale the number of artifacts or the number of releases required to stay agile and competitive, there is a need to test software without spending manual hours.
  • Recording manual test steps so they can be automated later
  • Run automated test suites to verify the quality of code before shipping to production
  • Simulating user experience navigating your website using an actual browser
  • Mainly used for web based applications.
  • No built in, top-level reporting capabilities. Reliance on third party software for this.
  • Programming/coding experience is needed to get the most out of the tool.
If you need to test web applications, Selenium is the de-facto testing platform. Tons of community support and the fact that the software is open source means you will find a plethora of resources if you ever have a question about the product. You will need programming experience to get the most out of it, and if you are looking to test desktop or mobile applications, look elsewhere.
January 08, 2022

Selenium review

Veeraiah Motukuri | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
With Selenium, we used both UI and backend Rest services automation. Which is drastically spent on resources rather than automation tools. With Selenium, both frameworks are good and easy to approach and maintain. All test data and link the Jira user story dynamically passed through CI/CD pipeline and updated test case status directly in Jira. Which is an awesome framework built using Selenium and I recommend this to use all other projects.
  • Easily maintain all types of testing with tags.
  • Integration with CI/CD pipeline.
  • Parallel test preparation while story is in dev progress.
  • Easy to integrate with other tools such as Jenkins and team city.
  • Little hard to compare image testing with images.
  • It should have a standalone IDE for business users/nontechnical users to do the automation.
  • It should have record and playback feature.
  • It should support all kind of applications (SAP and Mainframe).
1. For browser-based applications definitely Selenium is best 2. For ERP applications such as SAP unable to automate it. 3. I used all web retail applications and was very helpful and within 6 months time frame able to build UI and REST services framework and deliver critical business processes.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
1. Automating regression test suite 2. To reduce man-hours 3. Open source 4. Multiple browsers coverage 5. Multiple language use 6. Can be integrated with multiple 3rd party tools
  • Open source
  • Huge community
  • Automation of web application, API's
  • Multiple language support
  • Multiple frameworks support
  • Performance
  • False positive results
  • Long test duration
  • No RCA
Pros: Open-sourced and free: Multiple language support: The community: Wide plugin support: Easy installation and intuitive usage: Cross-browser support: Remote testing: Multiple testing and parallel testing execution: Cons: False-positive results: Long test duration: No root-cause analysis: Performance
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We're using Selenium on most of our applications which are Web UI based. It's a great tool as it's open source and supports multi browsers including headless browsers. We use Selenium along with SauceLabs to run tests on cross browser/cross os systems.
  • For any web based UI automation, Selenium is the best tool out there to automate your tests.
  • It supports multiple coding languages like Java, Python, Ruby, C# etc.. to choose from.
  • There is a huge community of users and can get many answers on StackOverFlow.
  • It has lot of other plugins to make your tests even more efficient.
  • Mocking backend api calls can be implemented like cypress.
  • Visual validation on UI is a challenge using Selenium and can get better.
  • Automating Captchas, vidio/audio files can be improved.
Scenarios where Selenium is well suited:
Web UI automation
Parallel execution of tests
Works with 8 coding languages of your choice
Can be easily integrated with CICD pipelines like Jenkins
Scenarios Where Selenium is not the best fit
Windows applications automation
Mobile automation
Visual validation


Score 10 out of 10
Vetted Review
Verified User
Incentivized
Web-based application automation are mostly done using Selenium. It's the right automation tool as a replacement for manual regression testing that indispensably reduces the testing time due to its cross-browser, parallel, and remote executions.
  • Parallel executions (same browser in parallel, different browser in parallel).
  • Remote executions using Node and Hub.
  • Integration with CI tools like Jenkins
  • Cross-browser Support (Chrome, Firefox, different versions of IE, Safari, Opera).
  • Supports different scripting languages
  • Huge user community.
  • It has extensive support for Chrome and Firefox, but more is needed for IE and Safari.
- Most importantly, it is an open source tool. - Parallel executions (same browser in parallel, different browser in parallel). - Remote executions using Node and Hub. - Integration with CI tools like Jenkins - Multi-platform support (for details have a look at http://www.seleniumhq.org/about/platforms.jsp). - Cross-browser Support (Chrome, Firefox, different versions of IE, Safari, Opera). - Supported environments are Windows, Linux & Mac. - Supports different scripting languages (JAVA, C#, Perl, PHP, Python, Ruby, Objective C, Javascript). - Huge user community.
Sharmin Promi | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
It is used by the IT QA Testing and Automation team.
It helps our framework and test automation execution. We developed our automation framework on top on Selenium java.
  • Open source tool
  • Best Automation tool available in the market with multiple languages package and integration
  • Supports multiple browsers automation
  • Support cloud integration
  • Support multiple platforms and tools integration
  • Can improve in API testing area
  • Can improve reporting capabilities
  • Can improve desktop application automation capability
  1. It is well suited for fast automation delivery on multi platform solutions.
  2. Multiple integration opportunities with latest technology and cloud solutions.
  3. Multiple browser, mobile, ios and android integration capabilities.
  4. CI/CD integration capability for faster delivery.
  5. Open source and many online resources and support available.
  6. Support and integrate multiple languages and multiple IDE.
zahit bogus | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
We use Selenium IDE because it allows us to test web-based applications that we develop and then automate them, allowing us to check the same cases on the browser without entering them again and again. It is actively used by Business Intelligence and testing units.
  • It acts like a Normal user, performs and records operations accordingly.
  • Because Selenium is open source, it works on many platforms (Windows, Linux, IOS) without any problems.
  • It is more preferred than other testing tools thanks to its multi-language support and platform support. (UFT, QTP)
  • It has insufficient development for objects to be found. Objects with dynamic properties often fail.
  • It is only available as an add-on for Firefox and Chrome.
Selenium is a “Browser Automation” tool, as defined on the website, that is, a tool that allows us to automatically create and operate certain testing steps of websites through our web browser. For example, when we want to test the correct and incorrect operation scenarios of the user registration page of our website, we can automate steps such as opening the user registration page with Selenium, filling in the input fields on the page, clicking on the button... So it makes it easier for us to do functional tests of our practice.
September 18, 2020

Selenium for Web Testing

Score 8 out of 10
Vetted Review
Verified User
Incentivized
Selenium is being used across multiple teams within our Engineering department. Easy to use Test Automation Tool: We mainly use Selenium to run some automated test cases. Since it doesn't have platform dependency and doesn’t really require learning new languages, it gives us lot of flexibility in usage. It can be easily integrated with various development platforms such as Jenkins, Maven, etc.
  • Open-source.
  • Supports multiple browsers.
  • Supports parallelism while running test cases.
  • It cannot support non web based applications like Oracle Apps.
  • It doesn't really have any built-in reporting for test cases.
  • Not suitable for IPM (Image Processing Management) related testing.
Automation testing framework using Selenium is best suited when the same test and the same code is used for different inputs.

Selenium can be used as test automation tool for automating Web based applications to run tests very quickly.
Isaiah Hayes | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
For us, Selenium is used solely by the QA department. Since a large majority of our projects include web design, we particularly use selenium for the assurance of our monotonous tasks. However monotonous they may be, as a vital part of our product - they need to be tested! Selenium helps facilitate the autonomous test cycles, and concurrently frees the hands of our department to handle much more engaging tasks.

Additionally, all companies (especially those in the field of marketing) face time constraints. As a lead currently managing a handful of very important projects, time is imperative; how can we maximize our time on things like stability, functionality, and engagement, while spending less human energy on small tasks like content and grammar checks? Well, if the application is web based - Selenium is one answer.
  • Simple record and playback UI. Many programs boast interfaces that appear confusing upon open. However, Selenium creators have implemented a simple UI which makes it not only easy to use, but easy to learn.
  • Support for various languages. As a Java native program, it's safe to say that it would be considered outdated by our upcoming generation of developers. Yet, it also supports Python, Ruby, Pearl, PHP, and more.
  • Unfortunately, there's no way to run tests with playback on a single monitor. For those who simply do not have additional screens on-hand, Selenium is impossible to use. Those who do have multiple monitors may choose to use 1 monitor for any specified reason, therefore making Selenium a non-option.
  • As a program designed to function within Firefox, users tend to experience technical issues with opposing browsers. Although Selenium has been improved over the years, it still has not mastered cross-browser compatibility.
Web applications are well suited by the use of Selenium. For example, many of our creations are web based, which make selenium a viable option for our automation needs. However, a prodigious size of our products are created from a proprietary engine. This being said, selenium is not an option for the majority of our products.

This forces us to find other suitable automation software for more than 2/3 of our products.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
Our organization uses Selenium for QA purposes. It is used to automate UI and interface testing as well as implemented part of our Test-Driven Development. It helps us create many test cases and give us the ability to report back on several metrics of the performance of the system. It is used primarily by our developers, technical services, and QA teams.
  • Ease of Implementation
  • Best for Automated testing
  • Since it is open-source, there is no technical support available except for forums.
  • Difficult to use and create test cases if not familiar with it.
Selenium is an excellent tool for automating the testing of web applications. If you have an application that has is heavily focused on the user experience and interface, it can make it easier to test and create use cases and be reported on it. It can also help test the application with multiple browsers, which has always been a challenge for tech software companies. Selenium is not useful for automating web scraping, etc.
Binoy Shah | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We've developed a customized automation framework around Selenium Webdriver and other supporting tools. It's being used by all the QA departments across the organization. The real business problem it addresses is very obvious to have good coverage of Regression Test Cases, which, in a way, helps to reduce the testing time cycle.
  • Reduce overall test execution time
  • Automating Web UI components
  • Helps to achieve great coverage of Regression Test Cases
  • Support for desktop-based application automation
  • Reach HTML Reports
  • Browser support compatibility
Selenium is best suited for web and mobile-based automation testing. Mainly an automation framework built around selenium web driver is used for Regression Testing coverage, hence testing time can be reduced.

Selenium is less appropriate for organizations where desktop-based applications are being used, and they are looking for automation solutions.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We are working in testfactory in the IT department of my organization which is responsible for providing test services to multiple projects run by different departments. We have implemented a Selenium page object model with cucumber BDD framework. We have automated multiple applications like web CRM and mobile. The programming language we have used is Java. Automation team consists of 6 team members. The automation team is responsible for developing and maintaining automation for multiple applications. Automated tests are integrated with Jenkins (CI/CD) to run in nightlies. Other tools in integration we use are GIT, MAVEN etc.
  • Selenium is an open source software so its Free and has a very strong user community support.
  • Selenium Supports cross browser automation, API automation and database automation.
  • Selenium tests can be implemented in any language like Java, python, ruby, C# etc.
  • Selenium test can be easily integrated with existing testing framework testNg, Junit etc.
  • Selenium does not support windows based application automation.
  • Selenium test development requires developer coding skills to make test dynamic.
  • Selenium is purely open source no customer support exists but have a huge open source community which encounters and solves similar problems.
Well suited:
- For Web and mobile-based automation
- For cross-browser automation
Less suited:
- Selenium is not a tool for automation of windows-based applications like mainframe, .Net , Java etc.






Score 8 out of 10
Vetted Review
Verified User
Selenium with TestNG are being used by the QA team in my company as part of the quality assurance process. It helps cover our UI functional test cases across multiple supported browsers on different operating systems, and reduces regression testing time. The automated tests are also integration in Jenkins as a part of the continuous integration and continuous deployment processes.
  • Open source automation test tool
  • Support most of the popular web browsers
  • Easy to find technical supports due to huge community
  • Can be integrated with almost any software development tools
  • Need to have programming skill (at least basic) in order to learn.
  • Built-in methods can be inconsistent across browsers. For example, an element might not be clickable on a browser, although it is clickable on another browser.
  • Advanced programming skills are required if you want to master everything supported by Selenium.
  • Only support web applications.
Selenium is well suited for testing web applications. It supports almost all popular web browsers on the market. It is very effective to help reducing regression testing time of the team. As any other automation tools, you should not automate test cases that only run for once. It is also not suitable for database nor web service testing.
Shivani Sharma | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User
Incentivized
Selenium is used within our team of R and D analysts. We use Selenium with Python 3 for web automation. Selenium web driver for Chrome on Linux machines is a very smooth experience. The Web Driver API is available for most popular web browsers. Most of our marketing forms are filled up by Selenium automation. Data scraping using BeautifulSoup 4 with web automation makes it simpler to extract data from websites. We first trigger a website using Selenium, and then use BeautifulSoup for data scraping from that website.
  • Web browser integrations and support. It has a large community so as to debug your code easily.
  • Python and Selenium make a perfect match.
  • Better web scraping in Python with Selenium, Beautiful Soup, and Pandas; it's very easy to scrape data in key-value pairs that are converted from HTML tags.
  • Selenium is not as fast as some industry tools. Not good for large scale production.
  • Mismatch with tools. There are cases when some websites are not Selenium ready, and the content is dynamic.
  • HTML tags and DOM.
  • Selenium requires good programming skills. There are tools in the market already which do all the automation and data scraping using drag and drop options.
Selenium is best suited for Python and Linux machines. With Python and the Selenium web-driver, it works very smoothly. Following are the use cases of Selenium which we use:
1. Testing websites.
2. Data Scraping.
3. Form filling.
Pankaj Rawat | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User
Incentivized
I use Selenium in my daily use as I am a tester. Through Selenium we inject JavaScript into HTML code in different browsers to test our GUI website. We don't need a strong technical background to use Selenium. It saves lot of time when automating websites rather than testing them manually. Selenium is open source, so anyone can use it and provides wide community support. It supports multiple browsers.
  • Saves a lot of time
  • Open source, large community support. Everything is easily available on the internet.
  • Record and play features
  • Should support the same code in different browsers, because we need to change the code as per browsers
  • It does not support mobile testing
  • Sometimes it gets very slow
For automating websites it saves a lot of time
Alex Kreston | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We use a Selenium based test automation framework (developed in-house) for testing of our web-based application using variety of browsers.
  • I have used selenium in several technology organizations and one strength that I see is that Selenium can be integrated into frameworks written using different programming languages which allows for native support from organizations development teams and eliminates the need of introducing other languages.
  • Selenium has a powerful object identification mechanism which provides the ability to create custom object repositories and map out entire application interfaces before the tests are even developed.
  • The Selenium community is extremely helpful and even for beginners there are answers available for most questions and challenges that may come up.
  • As some web applications update content dynamically I have experienced "stale element exception" quite a lot and it would be a helpful feature if selenium had a find element retry mechanism embedded into the framework itself.
Selenium is a great solution for web based application testing. I had to use another framework for testing APIs.
Score 7 out of 10
Vetted Review
Verified User
Incentivized
Selenium is used in my company for automated testing in web applications, and it allows us to avoid manual regression testing, and also allows us to fix regression bugs faster and more easily. It's fully integrated to CI, with a Selenium Grid being responsible to launch all browser drivers (allows Chrome, Firefox, IE/Edge, PhantomJS, etc...).

It has a big community, which allows you to easily get lots of questions answered when a problem occurs. Also, it has support for multiple open source frameworks for test execution (Protractor, per example) and also for test reporting. Their web browser drivers allow us to replicate almost all interactions that a user could do, which offers a really good set of events to test web applications.
  • Open Source
  • Huge community
  • WebDrivers with lots of capabilities
  • Integration with CI tools like Jenkins
  • Basis for multiple automatic testing frameworks
  • You need to really understand how to configure Selenium, otherwise your integration could be really painfull
  • Slow to start up
I would recommend using Selenium WebDriver for acceptance/regression automated tests for your web applications, and it has more power when you integrate it on a CI build tool. It works perfectly when you need to test on several browsers (like Chrome, Firefox and IE/Edge). When you have lots of knowledge on this tool, you will also use it to create some routine scripts using web elements, like create clicker bots.

March 13, 2019

Selenium at a glance

Score 10 out of 10
Vetted Review
Verified User
Incentivized
It is used by most of the scrum team to automate web page testing. It's being used across the whole organization. It is used as UI automation tool. Scripts are written for smoke, sanity and regression testing purpose.
  • Lightweight and open source, so it's easy to download.
  • Can be integrated into any Java or Javascript framework for automation testing.
  • Supports multiple browser and multiple scripting language.
  • Should have a better locator strategy for modern day complex javascript pages
  • There are multiple types of waits, it should come up with a unique wait strategy
  • Should have option to highlight each action such that user can undersand what action the tool is performing
Selenium is well suited when web pages are rendered by server site rather than client site; less complex UI
Selenium is less appropriate when web pages are rendered by the client site; complex UI
March 12, 2019

Selenium Review

Score 8 out of 10
Vetted Review
Verified User
Incentivized
We used selenium to test our applications across the technology department. It helps test our products to ensure they do not contain bugs for our end users.
  • It provides automation to test products well.
  • It is fairly easy to use with good documentation, which is of course important for trying to learn a new product.
  • It is an industry leader so has good support within the community.
  • I think selenium IDE can use some improvement. It is a good, easy, quick product to use, however, I have noticed over the past few months that it is no longer supported on newer Firefox browsers, which is unacceptable.
  • selenium IDE should work on other browsers besides Firefox.
It is well suited for testing applications, whether is it is a smoke test, regression, or something that you are tired of doing manually and want to automate, like creating a user for example. The one drawback is it is pretty brittle. If the software changes, for example, an HTML id or element, you have to be constantly updating your selenium suite to keep up with the software.
Lakshmi Achary | TrustRadius Reviewer
Score 6 out of 10
Vetted Review
Verified User
Incentivized
We use Selenium to test e2e testing by the QA automation team and its used across the organization. It addresses the problems and difficulties of regression testing.
  • Quality Assurance has worked better with Selenium since this program helps eliminate manual QA testing, which itself could lead to exponential error, and cost.
  • Selenium can automate any part of a web page if it is based on HTML. So if you want to check it, open the CRM web application, open the browser console and confirm if all the elements required for your automation test are based on HTML.
  • You can only test HTML based websites with Selenium. If the CRM application exposes an HTML based front end that is accessible via a web browser then you can use Selenium to test it, if not you can't.
  • The non-HTML components of a web page cannot be accessed by Selenium. You might want to use Image Based testing tools like Sikuli.
  • Slowness may be a minor factor with Selenium, though this is an issue with basically any testing software since waiting on a site to execute JavaScript requires the browser to wait for a particular action.
Selenium is well suited for better UI for wait for loading times. Instead of hard sleeps or explicit waits, I found that CRM actually displays nice spinning "Loading..." messages while it's loading. So to wait for the message to go away before performing further actions.
Michael Fleck | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
ResellerIncentivized
Test scripts for our customers are being executed in the backend which uses Selenium as a core framework.
  • Selenium has wide range of language bindings.
  • As an open source framework, it has fewer bugs in its source code.
  • A lot of people are using Selenium, you can find answers to almost every question on the internet.
  • Selenium 4 will finally have the opportunity to interact with the browser itself instead of with a driver.
  • Cross-browser testing is a bit hard with Selenium as different browsers sometimes need different codes. That needs to be streamlined.
Selenium should be used if you want to automate your web browser, but as a web scrapper, it is useful.
Return to navigation